home *** CD-ROM | disk | FTP | other *** search
- Path: hydra.zrz.TU-Berlin.DE!rawneiha
- From: rawneiha@hydra.zrz.TU-Berlin.DE (Philipp Boerker)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Free Cycles
- Date: 20 Feb 1996 15:49:37 GMT
- Organization: Technical University Berlin, Germany
- Message-ID: <4gcqih$bg8@brachio.zrz.TU-Berlin.DE>
- References: <xDPTwMD0aRz1@azure.people-x.people.de> <xIIBkMD0aez2@azure.people-x.people.de> <4g2l8c$ocu@oreig.uji.es> <38232499@kone.fipnet.fi>
- NNTP-Posting-Host: hydra.zrz.tu-berlin.de
-
- "Jyrki Saarinen" <jsaarinen@kone.fipnet.fi> writes:
-
-
- >> > Free cycles between two:
- >>
- >> > move.l (fast)+,(chip)+ ;18 cylces
- >> > clr.l (chip)+ ;24(!!!) cycles
- >>
- >> AFAIK clr.l reads and then writes -> slower.
-
- >Only on the 68000.
-
- >Isnt it obvious why move.l (fast)+,(chip)+ has less free
- >cycles; the read from fast takes some -->áfast reads
- >dont "give" free cycles.
-
- You misunderstood the quotes!
- 18 c duration for ml (fast)+,(chip)+
- 24 c duration for clr.l (chip)+ !!!
-
- Greets,
- Phil.
- grond/matrix
-
-